Skip to content

Comments

feat: add ready release go#101

Merged
micbar merged 1 commit intomainfrom
ready-release-go
Mar 17, 2025
Merged

feat: add ready release go#101
micbar merged 1 commit intomainfrom
ready-release-go

Conversation

@micbar
Copy link
Member

@micbar micbar commented Mar 17, 2025

Release Bot

Labels to use

export default {
    changeTypes: [
        {
            title: '💥 Breaking changes',
            labels: ['breaking', 'Type:Breaking-Changes'],
            bump: 'major',
            weight: 3,
        },
        {
            title: '🔒 Security',
            labels: ['security', 'Type:Security'],
            bump: 'patch',
            weight: 2,
        },
        {
            title: '✨ Features',
            labels: ['feature', 'Type:Feature'],
            bump: 'minor',
            weight: 1,
        },
        {
            title: '📈 Enhancement',
            labels: ['enhancement', 'refactor', 'Type:Enhancement'],
            bump: 'minor',
        },
        {
            title: '🐛 Bug Fixes',
            labels: ['bug', 'Type:Bug'],
            bump: 'patch',
        },
        {
            title: '📚 Documentation',
            labels: ['docs', 'documentation', 'Type:Documentation'],
            bump: 'patch',
        },
        {
            title: '📦️ Dependency',
            labels: ['dependency', 'dependencies', 'Type:Dependencies'],
            bump: 'patch',
            weight: -1,
        },
    ],
};

@micbar micbar requested a review from rhafer March 17, 2025 09:40
@micbar micbar force-pushed the ready-release-go branch from 2308f28 to efcf8e2 Compare March 17, 2025 11:07
@micbar micbar merged commit 0278f40 into main Mar 17, 2025
2 of 9 checks passed
@micbar micbar deleted the ready-release-go branch March 17, 2025 11:33
@openclouders openclouders mentioned this pull request Mar 17, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants